Release 10.1A: OpenEdge Development:
Progress 4GL Reference
REMOTE attribute
Indicates whether the specified procedure is running at the top level of an AppServer session as the result of a remote procedure call from a client application, or whether the current OpenEdge session is an AppServer session. Returns FALSE for a Web service procedure.
Data type: LOGICAL Access: Readable Applies to: SESSION system handle, THIS-PROCEDURE system handle (and all procedure handles)For any procedure handle (including the THIS-PROCEDURE system handle), REMOTE is TRUE if:
Otherwise, REMOTE is FALSE. Thus, if the procedure handle is a proxy handle (PROXY attribute set to TRUE) or the specified procedure is running as the direct result of a call from any other procedure running in the current session context, REMOTE is FALSE.
For the SESSION handle, REMOTE is TRUE if the session runs in the context of an AppServer, and FALSE if the session runs in the context of a 4GL client.
For more information on the AppServer, see OpenEdge Application Server: Developing AppServer Applications .
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |